Namespace Ft3Helper

Properties

Link copied to clipboard
val LISTED: text = "LISTED"
Link copied to clipboard
val ORIGINAL: text = "ORIGINAL"
Link copied to clipboard
val SPECIAL: text = "LINK"

Functions

Link copied to clipboard
function create_and_mint_asset(init_id: byte_array, account_id: byte_array, quantity: integer): asset
Link copied to clipboard
function create_asset(init_id: byte_array): asset
Link copied to clipboard
function does_account_exist(account_id: byte_array): boolean
Link copied to clipboard
function get_asset(asset_id: byte_array): asset
Link copied to clipboard
function get_asset_balance(account_id: byte_array, asset_id: byte_array): integer
Link copied to clipboard
function get_asset_supply(asset_id: byte_array): integer
Link copied to clipboard
function get_ft3_account(account_id: byte_array): account
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
function is_asset_locked(account_id: byte_array, asset_id: byte_array): boolean
Link copied to clipboard
function lock_asset(account_id: byte_array, asset_id: byte_array, reason: text)
Link copied to clipboard
function mint_existing_asset(asset_id: byte_array, account_id: byte_array, quantity: integer)
Link copied to clipboard
Link copied to clipboard
function owns_asset(account_id: byte_array, asset_id: byte_array): boolean
Link copied to clipboard
function owns_original(account_id: byte_array, asset_id: byte_array): boolean
Link copied to clipboard
function require_transfer_auth(account_id: byte_array, auth_id: byte_array)
Link copied to clipboard
function transfer_listed_asset(from_account: account, to_account: account, asset_id: byte_array)
Link copied to clipboard
function transfer_locked_asset(from_account: account, to_account: account, asset_id: byte_array)
Link copied to clipboard
function transfer_original_asset(account: account, asset_id: byte_array, to_account_id: byte_array, quantity: integer)
Link copied to clipboard
function unlock_asset(account_id: byte_array, asset_id: byte_array, reason: text)